home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / FloatDBMenu.dxr / Internal_22.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  375 b   |  12 lines

  1. on mouseUp
  2.   tell the stage
  3.     forget(window "floatDBMenu")
  4.     if not objectp("help") then
  5.       set the windowType of window "help" to 2
  6.       set the rect of window "help" to the drawRect of window "help" + rect(the stageLeft + 0, the stageTop + 0, the stageLeft + 0, the stageTop + 0)
  7.       open(window "help")
  8.       moveToFront(window "help")
  9.     end if
  10.   end tell
  11. end
  12.